home *** CD-ROM | disk | FTP | other *** search
/ Nebula 2 / Nebula Two.iso / SourceCode / Palettes / PAStringList / PAStringListInspector.h < prev    next >
Text File  |  1995-06-12  |  124b  |  9 lines

  1. #import <apps/InterfaceBuilder.h>
  2.  
  3. @interface PAStringListInspector : IBInspector <IBInspectors> 
  4. {
  5.     id stringText;
  6. }
  7.  
  8. @end
  9.